home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore the World of CD …rtainment & Home Learning
/
Explore the World of CD Entertainment and Home Learning (Magnum Design)(Macworld)(1995).iso
/
*Consumer Demo CD ƒ
/
Home Learning
/
BODY
/
DATA
/
contentM.dir
/
00134_Script_134
< prev
next >
Wrap
Text File
|
1995-06-29
|
384b
|
19 lines
on soundfader chan
if soundBusy(chan) = true then
put the ticks + the volume of sound 1 into sttime
repeat while the volume of sound chan > chan
set the volume of sound chan = (sttime- the ticks)
updatestage
end repeat
sound stop chan
set the volume of sound chan = 255
set the soundLevel = 5
end if
end